CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - idea algorithm

搜索资源列表

  1. Visitor

    0下载:
  2. 设计模式——访问者模式 Visitor模式允许我们在不改动原有结构的基础之上不断增加新的功能。 ICumulation接口定义了方法Cumulate(),旨在计算1+2+……+n,有两种不同的实现方法,一个是一般的叠加算法GeneralArithmetic,一个是高斯算法GaoSiArithmetic。 因为某种原因,系统需要添加求平均值的功能,还有计算1到n的平方和。 按照一般的思路,我们需要在ICumulation中定义两个方法分别计算平均值和平方和,并在实现类中同
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:87871
    • 提供者:linhuibaby
  1. xianxingbiao

    0下载:
  2. 实习题 [问题描述] 1. 设顺序表中的数据元素递增有序,将插入到顺序表的适当位置上,是该表仍然有序。 [输入] 初始顺序表,插入字符。 [输出] 插入x后线性表的结果 [存储结构] 采用顺序存储结构 [算法的基本思想] 建立一个递增顺序表,插入一个数值并移动元素,使其仍然有序。 程序如下: #include \"iostream.h\" #include <malloc.h> #define LIST_INTI_SIZE 1
  3. 所属分类:软件工程

    • 发布日期:2014-01-15
    • 文件大小:8550
    • 提供者:Demonic
  1. real_time

    0下载:
  2. A paper that I presented on Supervisory Control and Data Acquisition (SCADA) won the second prize at the symposium conducted by the Electrical and Electronics Engineering department of the SRM University. Other topics on which I presented papers were
  3. 所属分类:Document

    • 发布日期:2017-04-17
    • 文件大小:161556
    • 提供者:ajeeth
  1. dijkstra

    0下载:
  2. Dijkstra算法的基本思路是:假设每个点都有一对标号 (dj, pj),其中dj是从起源点s到点j的最短路径的长度 (从顶点到其本身的最短路径是零路(没有弧的路),其长度等于零);pj则是从s到j的最短路径中j点的前一点。求解从起源点s-Dijkstra algorithm is the basic idea: the assumption that each point has a pair of numbers (dj, pj), which is a dj point s from
  3. 所属分类:Document

    • 发布日期:2017-04-06
    • 文件大小:50176
    • 提供者:
  1. 5

    0下载:
  2. 本章讲述了各种图形学中的几何变换,包括一维和二维的旋转,平移以及缩放,对各种几何变换都具有详细的思想描述,算法描述和举例,以及其他相关的内容,简单实用-This chapter describes a variety of geometric transformations in graphics, including the one-dimensional and two-dimensional rotation, translation and scaling of various geom
  3. 所属分类:Document

    • 发布日期:2017-05-18
    • 文件大小:5026229
    • 提供者:xixi
  1. HorseTravel

    0下载:
  2. 改进了骑士巡游算法,速度更快,使用了权值的思路-Knight-tour algorithm improved, faster, and the idea of using the weight
  3. 所属分类:Document

    • 发布日期:2017-04-14
    • 文件大小:2711
    • 提供者:guoqiang
  1. OLSR

    0下载:
  2. 分析研究AODV协议本地修复算法的特点,并对其进行改进,形成了改进的AODV路由协议本地修复算法-A new idea about local repair is used to improve the AODV and formed the Improved AODV algorithm.Otherwise,a new approach is proposed for flooding limit.The approach is implemented by using cross-layer
  3. 所属分类:software engineering

    • 发布日期:2017-05-10
    • 文件大小:2349265
    • 提供者:李超杰
  1. Joseph

    0下载:
  2. 编号为1,2,3,…,n的n个人按顺序针方向围坐一张圆桌旁,每个人手中持有 一个密码(正整数)。首先输入一个正整数作为报数上限值m,然后,从第一个人开始按顺序针方向自1开始顺序报数,报到m的人离开桌子,并将他手中的密码作为新的m值,从顺序针方向的下一个就坐在桌旁的人开始重新从1报数,如此下去,直至所有人全部离开桌旁为止。 算法思想: 用单循环链表来解决这一问题,实现的方法首先要定义链表结点,单循环链表的结点结构与一般单链表的结点结构完全相同,只是数据域用一个整数来表示;然后将它们组成
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:629
    • 提供者:冬冬
  1. AdaBoostApp

    0下载:
  2. 这个文档是台湾的一篇关于adabost的文章。文章主要讲述了adabost的思想。和这个思想用在人脸检测上的应用。通过这个文档能够很好的了解这个算法的思想。-This document is an article on Taiwan' s adabost article. This paper mainly describes adabost ideas. And this idea used in face detection on the application. Through th
  3. 所属分类:Development Research

    • 发布日期:2017-03-29
    • 文件大小:406997
    • 提供者:
  1. Performance_management_procedures_for_algorithm_C.

    0下载:
  2. 介绍了用C语言编写学生成绩管理系统的基本设想,并针对《学生成绩管理系统》要求 按学期和班级进行管理,提出了解决问题的算法。 -Describes the C language with the students the basic idea of performance management systems, and for the " Student performance management system" required by the semester and
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:158720
    • 提供者:yy
  1. Dijkstra

    0下载:
  2. 介绍了经典DIJKSTRA算法的主要思想-The main idea of the classic DIJKSTRA algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:818502
    • 提供者:夏天
  1. Ad-Hoc-NetWorks1

    0下载:
  2. This document gives an idea on AdHoc Networks, it s security and deffie hellman algorithm.Frequency changes in topology are also discussed.
  3. 所属分类:Communication

    • 发布日期:2017-04-17
    • 文件大小:46652
    • 提供者:Hima
  1. OPTICS-algorithm---Wikipedia--the-free-encycloped

    0下载:
  2. OPTICS ("Ordering Points To Identify the Clustering Structure") is an algorithm for finding density-based clusters in spatial data. It was presented by Mihael Ankerst, Markus M. Breunig, Hans-Peter Kriegel and Jö rg Sander[1]. Its basic idea is
  3. 所属分类:Development Research

    • 发布日期:2017-03-26
    • 文件大小:173386
    • 提供者:swap
  1. sanjiaomatlabkaiti

    0下载:
  2. CORDIC(Coordinate Rotational Digital Computer,坐标旋转计算机)算法是Volder于1959年在美国航空控制系统的设计中提出来的,它是一种用于计算运算函数的循环迭代算法。其基本思想是用一系列与运算基数相关的角度的不断偏摆,从而逼近所需旋转的角度。-On CORDIC (Coordinate Rotational Digital the Computer, coordinate rotation computer) algorithm by Volder
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:14145
    • 提供者:wangl
  1. fuzzy-logic-image-fusion

    0下载:
  2. 提出了一种基于小波变换和模糊集的图像融合算法.其基本思想是: 首先对图像进行小波变换,获得图 像的低频和高频分量 随后在融合过程中, 对低频和高频分量采取不同的融合策略, 即对低频分量采用平均能 量法进行融合,对高频成分利用图像的模糊集, 寻求一个模糊隶属函数作为融合算子进行融合 最后再对融合 后的图像进行小波反变换,重构出融合后的图像.实验结果证明了方法的有效性.-Proposed image fusion algorithm based on wavelet transform
  3. 所属分类:Project Design

    • 发布日期:2017-04-01
    • 文件大小:134471
    • 提供者:张凡
  1. DVR_control

    0下载:
  2. 针对电压暂降的问题,按照“DVR系统设计→检测算法研究→控制方法研究→系统建模→结果分析→硬件实现”的思路,利用参数模糊自整定PID控制方法,对三相无串联变压器型DVR进行控制,实现了对系统电压暂降快速、准确的补偿。-Aiming at the problem of sags, a fuzzy PID control strategy is proposed to the transformerless DVR following the idea of “DVR system→detect
  3. 所属分类:Project Design

    • 发布日期:2017-05-09
    • 文件大小:1668610
    • 提供者:朱音
  1. decrypt

    0下载:
  2. I am trying to implement IDEA algorithm in C#, just to learn how it works. I have taken a 128 bit binary key and generated the 52 encryption keys using the following code:
  3. 所属分类:Document

    • 发布日期:2017-11-13
    • 文件大小:15154
    • 提供者:Tanusree Saha
  1. IDEA

    0下载:
  2. IDEA加密代码,本文档详细介绍了IDEA的加密算法,并给出了C语言源代码,编译成功。-IDEA encryption code, the document details the IDEA encryption algorithm, and gives the C language source code, compile successfully.
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:117328
    • 提供者:程惠
  1. xilinx-idea-vhdl-master

    1下载:
  2. here I send VHDL code for IDEA algorithm
  3. 所属分类:Software Testing

    • 发布日期:2016-06-07
    • 文件大小:54272
    • 提供者:qutaiba
  1. algorithm-study

    0下载:
  2. 一篇学习算法与设计的过程中的学习笔记,基本囊括了当前算法设计中的重要思想与重点内容。-A notebook produced during my process of learing Algorithm Design and Analysis, including almost all the important idea of algorithm design.
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:201208
    • 提供者:p_kitten
« 12 3 »
搜珍网 www.dssz.com